@charset "UTF-8";

/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
@font-face {
  font-family: 'DIN';
  src: url('../font/din-bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HEITI';
  src: url('../font/Adobe\ 黑体\ Std\ R.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}


/* header */
header {
  width: 100%;
  height: 110px;
  z-index: 999;
  width: 100%;
  position: relative;
}

.nav {
  height: 50px;
  background: #d12226;
}

.headtop {
  width: 100%;
  overflow: hidden;
  background-color: #126c38;
}

.topmain {
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
}

.topmain p {
  margin-left: 10px;
  margin-right: 28px;
}

.header-main {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 110px;
}

.logo {}

.nav-ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.head-r {
  display: flex;
}

.head-lang {
  display: flex;
}

.nav-ul {
  margin-right: 35px;
}

.nav-ul li>a {
  display: block;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  position: relative;
  transition: all 0.3s;
  text-transform: uppercase;
  /* padding: 0 35px; */
  font-family: 'HEITI';
  box-sizing: border-box;

}

.nav-ul li>a::after {
  position: absolute;
  width: 80%;
  content: "";
  height: 2px;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  opacity: 0;
}

.nav-ul li:hover>a,
.nav-ul li.nav-active>a {}

.headbom {
  position: relative;
  z-index: 999;
}

.nav-ul li:hover>a::after {
  opacity: 1;
}

.nav-ul li.nav-active a::after {
  opacity: 1;
}

.nav-ul li {
  position: relative;
}

.nav-sub {
  position: absolute;
  top: 58px;
  z-index: 99;
  width: 100%;
  display: none;
}

.nav-sub dl dd {
  background: #e66621;
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 2px;
}

.nav-sub dl dd a {
  color: #fff;
}

.nav-sub dl dd:hover {
  background: #e66621;
}

.head-lang-box {
  display: flex;
  width: 180px;
  justify-content: center;
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  height: 100px;
  position: relative;
}

.head-on .head-lang-box,
.newsdetail-head .head-lang-box {
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
}


.lang-sub {
  position: absolute;
  background: #fff;
  top: 100px;
  width: 100%;
  display: none;
}

.lang-sub a {
  display: block;
  line-height: 64px;
  height: 64px;
  text-align: center;
  border-bottom: 1px solid #d5d5d5;
}

.lang-sub a:last-child {
  border-bottom: none;
}

.lang-sub a:hover {
  color: #e66621;
}

.head-lang-box>img {
  width: 22px;
}

.head-langimg {
  margin-right: 28px;
}

.head-langtxt img {
  display: block;
  margin-left: 12px;
  width: 13px;
  height: 8px;
}

.head-langtxt {
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
}

.head-langimg img:last-child {
  display: none;
}

.head-sou img:last-child {
  display: none;
}

.head-langtxt img:last-child {
  display: none;
}

.head-sou {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
}



.head-soum-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.head-soum-flex form {
  display: flex;
  position: relative;
}

.head-soum-flex input {
  border: none;
  width: 260px;
  border: 1px solid #eeeeee;
  height: 41px;
  font-size: 14px;
  color: #a0a0a0;
  padding-left: 12px;
}

.head-soum-flex button {
  border: none;
  background: none;
  right: 0;
  width: 40px;
  height: 40px;
  background: #d12226;
}


.head-on,
.newsdetail-head {
  background: #fff;
}

.head-on .nav-ul li>a,
.newsdetail-head .nav-ul li>a {
  color: #333333;
}

.head-on .nav-ul li:hover a,
.head-on .nav-ul li.nav-active a {
  color: #e66621;
}

.newsdetail-head .nav-ul li:hover a,
.newsdetail-head .nav-ul li.nav-active a {
  color: #e66621;
}

.head-on .head-langtxt,
.newsdetail-head .head-langtxt {
  color: #333333;
}

.head-on .head-langimg img:last-child,
.newsdetail-head .head-langimg img:last-child {
  display: block;
}

.head-on .head-langimg img:first-child,
.newsdetail-head .head-langimg img:first-child {
  display: none;
}

.head-on .head-sou img:last-child,
.newsdetail-head .head-sou img:last-child {
  display: block;
}

.head-on .head-sou img:first-child,
.newsdetail-head .head-sou img:first-child {
  display: none;
}

.head-on .head-langtxt img:last-child,
.newsdetail-head .head-langtxt img:last-child {
  display: block;
}

.head-on .head-sou img:first-child,
.newsdetail-head .head-sou img:first-child {
  display: none;
}

.head-on .logo img:last-child,
.newsdetail-head .logo img:last-child {
  display: block;
}

.head-on .logo img:first-child,
.newsdetail-head .logo img:first-child {
  display: none;
}

.head-on,
.newsdetail-head {
  border-bottom: none;
}

.head-on .head-langtxt .lan-arrow-white {
  display: none !important;
}

.newsdetail-head .head-langtxt .lan-arrow-white {
  display: none !important;
}

@media (max-width: 1600px) {
  .nav-ul li>a {
    padding: 0 15px;
  }
}

@media (max-width: 1400px) {
  .nav-ul li>a {
    padding: 0 10px;
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .nav-ul li>a {
    padding: 0 5px;
  }

  .hotline-wrap p {
    margin-left: 8px;
  }
}

@media (max-width: 991px) {
  .nav-ul {
    display: none;
  }

  .hotline-wrap {
    display: none;
  }

  .header-main {
    height: 70px;
    border: none;
  }

  .head-lang {
    display: none;
  }

  .logo {
    width: 260px;
  }

  .logo img {
    width: 100%;
  }

  .headbom {
    height: 0;
  }

  .topmain img {
    display: none;
  }

  .topmain p {
    display: none;
  }

  .topmain {
    height: 70px;
  }


  header {
    height: 70px;
    position: relative;
  }


}


/* banner */
.banner-btn .container {
  position: relative;
}

.banner-btn {
  position: relative;
  top: -110px;
}

.banner-swiper .swiper-button-next {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.3);
  background: url('../img/banner-next.png') no-repeat center;
  border: 2px solid #fff;
}

.banner-swiper .swiper-button-prev {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.3);
  background: url('../img/banner-prev.png') no-repeat center;
  border: 2px solid #fff;
  left: auto;
  right: 68px;
}

/* 底部 */
#footer {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 40px;
  background: #f4f4f4;
  overflow: hidden;
}

.footer-top {
  display: flex;
  justify-content: space-between;
}

.footer-topl {
  width: 28%;
}

.footer-topr {
  width: 54%;
}

.footer-navul {
  display: flex;
  justify-content: space-between;
}

.footer-copy {
  display: flex;
  padding-top: 40px;
  border-top: 1px solid #dfdfdf;
  justify-content: space-between;
  margin-top: 60px;
  font-size: 18px;
  color: #757575;
  font-family: 'SanRegular';
}

.footer-topltxt {
  margin-top: 20px;
  line-height: 35px;
}

.footer-navul li>a {
  font-size: 20px;
  color: #292929;
  font-family: 'HEITI';
}

.footer-lastrowtxt {
  font-family: 'SanRegular';
  font-size: 18px;
}

.footer-navul li dl {
  margin-top: 35px;
}

.footer-navul li dl dd {
  line-height: 35px;
  display: flex;
}

.footer-navul li dl dd .footerdd-img {
  text-align: center;
  width: 22px;
  margin-right: 12px;
}

.footer-navul li dl dd.last-dd {
  padding-left: 35px;
}

.footcode {
  color: #fff;
}

.footer-code {
  margin-top: 30px;
}

.footer-code h4 {
  margin-top: 18px;
  text-align: center;
  color: #b5b5b5;
}

.footer-navul li dl dd a {
  color: #757575;
  font-size: 18px;
}

.footer-nav-t {
  color: #fff;
}

.footer-contact dl dd a {
  display: block;
}

.footer-contact-icon {
  padding-right: 12px;
}

.footer-nav-line span {
  display: block;
  width: 186px;
  height: 10px;
}

.footer-nl-l {
  background: #e60012;
  margin-right: 5px;
}

.footer-nl-r {
  background: #1d2088;
}

.footer-nav-line {
  display: flex;
  margin: 14px 0 8px;
}

.footer-nav-since {
  display: flex;
  align-items: center;
}

.since-line {
  width: 125px;
  height: 1px;
  background: #b5b5b5;
}

.footer-nav-since span {
  display: block;
  color: #b5b5b5;
  padding: 0 10px;
}

.footer-nav-logo {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.footer-nav-logol {
  margin-right: 30px;
}

.footer-lastrow {
  display: flex;
  margin-bottom: 30px;
}

.footer-lastrowimg {
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
}

.footer-last {
  margin-top: 55px;
}

.footer-lastrowtxt {
  color: #fff;
}

.footer-logo {
  margin-bottom: 26px;
}

.footer-copybox {
  display: flex;
  justify-content: space-between;
}

.footer-img {
  margin-top: 40px;
}

@media (max-width: 1400px) {
  .footer-topr {
    width: 70%;
  }
}

@media (max-width: 991px) {
  .footer-topl {
    display: none;
  }

  .footer-topr {
    width: 100%;
  }

  .footer-copy {
    display: block;
    text-align: center;
    padding-top: 20px;
    margin-top: 0px;
    font-size: 16px;
  }

  .footcode {
    display: none;
  }

  .footer-logobox {
    display: none;
  }

  #footer {
    padding-top: 50px;
  }

  .footer-copy {
    margin-top: 50px;
  }

  .footer-navul li>a {
    font-size: 20px;
    color: #292929;
    font-family: 'HEITI';
  }

  .footer-navul li dl dd a {
    font-size: 16px;
  }

  .footer-navul li dl {
    margin-top: 20px;
  }

  .footer-last {
    margin-top: 20px;
  }

  .footer-lastrowtxt {
    font-size: 16px;
  }

  .footer-lastrow {
    font-size: 16px;
  }

  .banner-swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    top: 20px;
  }

  .banner-swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    top: 20px;
  }

  .banner-btn {
    top: -45px;
  }
}

@media (max-width: 600px) {
  .footer-contact {
    width: 100% !important;
  }

  .footer-navul {
    flex-wrap: wrap;
  }

  .footer-navul li {
    width: 33.3333%;
    margin-bottom: 20px;
  }

  .footer-navul li:last-child {
    width: 100%;
  }

  .footer-navul li dl dd {
    line-height: 28px;
  }

  .footer-navul li dl {
    margin-top: 15px;
  }

  #footer {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .footer-copy {
    display: block;
    text-align: center;
    line-height: 30px;
  }

  .footer-copy {
    font-size: 14px;
  }

  .footer-navul li dl dd a {
    font-size: 14px;
  }

  .footer-navul li>a {
    font-size: 16px;
  }

  .footer-lastrowtxt {
    font-size: 14px;
  }

  .footer-copy {
    margin-top: 0;
  }
}

@media (max-width: 500px) {
  .footer-navul li {
    width: auto;
  }
}

@media(max-width:1600px) {
  .footer-navul li dl dd a {
    font-size: 16px;
    line-height: 30px;
  }
}

@media(max-width:1200px) {
  .footer-navul li dl dd a {
    font-size: 16px;
    line-height: 30px;
  }

  .footer-navul {
    flex-wrap: wrap;
  }

  .footer-navul li {
    width: 25%;
    margin-bottom: 30px;
  }
}

@media(max-width:991px) {
  .nav {
    display: none;
  }

  .head-soum-flex {
    display: none;
  }

  .footer-navul li dl dd a {
    font-size: 14px;
    line-height: 28px;
  }

  .footer-img img {
    width: 100px;
  }

  .footer-navul li:last-child {
    display: none;
  }

  .footer-navul li {
    width: 33.333%;
    margin-bottom: 30px;
  }

  .footer-navul li:nth-of-type(4) {
    width: 100%;
  }

  .footer-navul li:nth-of-type(7) {
    width: 100%;
  }

  .footer-copybox {
    font-size: 14px;
  }

  #footer {
    padding-bottom: 20px;
  }
}

@media(max-width:600px) {
  .footer-copybox {
    display: block;
  }
}





/**********首页新闻*************/
.hpad {
  padding: 100px 0;
}

.hnews-box {
  display: flex;
}

.hnews {
  overflow: hidden;
}

.hnews-l {
  width: 50%;
}

.hnews-swiper h3 {
  font-size: 24px;
  color: #fff;
}

.hnews-swiper .swiper-slide a {
  display: block;
  position: relative;
}

.hnews-swiper h3 {
  position: absolute;
  bottom: 30px;
  font-size: 24px;
  font-family: 'HEITI';
  left: 30px;
}

.hnews-swiper .swiper-pagination {
  bottom: 30px;
  text-align: right;
  padding-right: 30px;
}

.hnews-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 1;
}

.hnews-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #c13432;
  width: 30px;
  border-radius: 10px;
}

.hnews-r {
  width: 50%;
}

.slideTxtBox {
  width: 100%;
  text-align: left;
}

.slideTxtBox .hd {
  height: 80px;
  line-height: 80px;
  padding: 0 20px;
  position: relative;
}

.slideTxtBox .hd ul {
  float: left;
  position: absolute;
  left: 0px;
  top: -1px;
  /* height: 32px; */
}

.slideTxtBox .hd ul li {
  float: left;
  /* padding: 0 15px; */
  cursor: pointer;

}


.slideTxtBox .bd ul {
  /* padding: 15px; */
  zoom: 1;
  padding-top: 24px;
}

.slideTxtBox .bd li {
  height: 40px;
  line-height: 40px;
  width: 100%;
  font-size: 18px;
}

.slideTxtBox .bd li .date {
  float: right;
  color: #999;
}

.hnews-r {
  padding-left: 50px;
}

.hnews-r .bd a {
  display: flex;
  justify-content: space-between;
}

.hnews-r .hd ul li {
  font-size: 28px;
  color: #292929;
  width: 25%;
  text-align: center;
  height: 80px;
  line-height: 80px;
}

.hnews-r .hd ul {
  border-bottom: 2px solid #c13432;
  width: 100%;
  overflow: hidden;
  height: 80px;
  line-height: 80px;
}

.slideTxtBox .hd ul li.on {
  background: #c13432;
  color: #fff;
}

.hnews-r .bd li a {
  position: relative;
  width: 100%;
}

.hnews-r .bd li a::after {
  position: absolute;
  width: 4px;
  height: 4px;
  background: #292929;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.hnews-r .bd li a h4 {
  line-height: 40px;
  padding-left: 16px;
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  /* 防止文字换行 */
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
}

.slideTxtBox .bd li:hover h4 {
  color: #c13432;
}

.slideTxtBox .bd li:hover span {
  color: #c13432;
}

.habout {
  background: url("../img/habout-bg.jpg") no-repeat top center;
  padding: 120px 0 130px;
  background-size: cover;
  color: #fff;
}

.habout-box h3 {
  font-size: 40px;
  text-align: center;
  font-family: 'HEITI';
}

.habout-box h4 {
  margin-top: 30px;
  text-align: center;
  line-height: 35px;
}

.habout-boxm {
  margin-top: 60px;
}

.habout-boxm ul li a {
  display: block;
  border: 1px solid #fff;
  text-align: center;
  padding: 40px 0;
  color: #fff;
  transition: all 0.2s;
}

.habout-num span {
  font-size: 50px;
  font-family: 'DIN';
}

.habout-num i {
  font-size: 18px;
  font-style: normal;
}

.habout-num {
  margin-bottom: 10px;
}

.habout-boxm ul li a:hover {
  background: #c13432;
  border: 1px solid #c13432;
}

.hwork-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hwork-tit h3 {
  font-size: 40px;
  font-family: 'HEITI';
  color: #292929;
}

.hwork-titr a {
  display: block;
  width: 118px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #555555;
  margin-left: 20px;
}

.hwork-titr {
  display: flex;
}

.hwork-titr .on {
  background: #c13432;
  color: #fff;
  border: 1px solid #fff;
}

.hwork-box ul li {
  display: none;
}

.hwork-box {
  margin-top: 36px;
}

.hwork-txt {
  margin-top: 30px;
}

.hwork-txt h3 {
  font-size: 18px;
  font-family: 'HEITI';
  color: #b92e32;
}

.hwork-txt h4 {
  margin: 20px 0 25px;
  font-size: 24px;
  font-family: 'HEITI';
  color: #292929;
  line-height: 35px;
  height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.hwork-txt p {
  color: #b92e32;
}

.hwork-txt p span {
  margin-right: 8px;
}

.hwork-bg {
  margin-top: 70px;
}

.hbus {
  background: #b92e32;
  display: flex;
}

.hbus-l {
  width: 50%;
  color: #fff;
}

.hbus-lbox {
  padding-left: 13.3%;
  padding-top: 110px;
  padding-bottom: 100px;
  padding-right: 100px;
}

.hbus-r {
  width: 50%;
}

.hbus-r ul li {
  display: none;
}

.hbus-lbox h3 {
  font-size: 40px;
  font-family: 'HEITI';
}

.hbus-lul li {
  height: 80px;
  line-height: 80px;
  font-size: 24px;
  font-family: 'HEITI';
  border-top: 1px solid #dc9799;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}

.hbus-lul {
  margin-top: 40px;
}

.hbus-lul li:last-child {
  border-bottom: 1px solid #dc9799;
}

.hbus-lul li.on {
  background: #fff;
  color: #c13432;
}
.hbus-lul li a {
  color: #fff;
}
.hbus-lul li.on a {
  background: #fff;
  color: #c13432;
}

.hbus-lul li img {
  width: 48px;
  height: 35px;
}

.hwh-box ul li a {
  display: block;
  border: 2px solid #dcdcdc;
  text-align: center;
  padding: 50px 0;
}

.hwh-box ul li h3 {
  font-size: 30px;
  color: #292929;
  font-family: 'HEITI';
  padding: 30px 0 25px;
}

.hwh-box ul li span {
  display: block;
  width: 104px;
  height: 34px;
  margin: 30px auto 0;
  background: #b92e32;
  color: #fff;
  line-height: 34px;
}

.hwh-box ul li a:hover {
  background: #b92e32;
}

.hwh-box ul li a:hover h3 {
  color: #fff;
}

.hwh-box ul li a:hover h4 {
  color: #fff;
}

.hwh-box ul li a:hover span {
  background: #fff;
  color: #b92e32;
}

.hwh-box ul li a:hover img {
  filter: brightness(100);
}

.hwh-box ul li a:hover {
  border: 2px solid #b92e32;
}

@media(max-width:1900px) {
  .hbus-lbox {
    padding-left: 13.3%;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 50px;
  }
}

@media(max-width:1600px) {
  .hnews-r .hd ul li {
    font-size: 28px;
  }

  .hnews-r .bd li a h4 {
    font-size: 16px;
    line-height: 30px;
    height: auto;
  }

  .slideTxtBox .bd li {
    height: 35px;
  }

  .hbus-lul li {
    font-size: 20px;
    height: 60px;
    line-height: 60px;
  }

}

@media(max-width:1400px) {
  .hnews-r .hd ul li {
    font-size: 24px;
  }

  .hnews-r .hd ul li {
    height: 60px;
    line-height: 60px;
  }

  .hnews-r .hd ul {
    height: 60px;
    line-height: 60px;
  }

  .slideTxtBox .hd {
    height: 60px;
  }

  .hbus-lbox h3 {
    font-size: 24px;
  }

  .hbus-lbox {
    padding-left: 13.3%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
  }
}

@media(max-width:1200px) {
  .hnews-box {
    display: block;
  }

  .hnews-l {
    width: 100%;
  }

  .hnews-r {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }

  .hnews-swiper h3 {
    font-size: 18px;
  }

  .slideTxtBox .bd li {
    line-height: 35px;
  }

  .hbus {
    display: block;
  }

  .hbus-l {
    width: 100%;
  }

  .hbus-r {
    width: 100%;
  }

}

@media(max-width:991px) {
  .hnews-r .bd li a h4 {
    width: 60%;
  }

  .hnews-r .hd ul li {
    font-size: 18px;
  }

  .hnews-swiper h3 {
    font-size: 16px;
  }

  .hnews-swiper .swiper-pagination {
    bottom: 3px;
  }

  .hpad {
    padding: 40px 0;
  }

  .habout-boxm ul li {
    margin-bottom: 30px;
  }

  .habout {
    padding: 60px 0;
  }

  .hwork-txt h4 {
    font-size: 18px;
    line-height: 26px;
    height:52px;
    margin: 15px 0;
  }

  .hwork-bg {
    margin-top: 30px;
  }

  .hwork-tit h3 {
    font-size: 24px;
  }

  .hwork-titr a {
    width: 90px;
  }

  .hbus-lbox {
    padding: 30px;
  }

  .hbus-lul li span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .hwh-icon {
    height: 50px;
  }

  .hwh-box ul li {
    margin-bottom: 20px;
  }

  .hwh-box ul li h4 {
    height: 30px;
  }

  .hwh-box ul li h3 {
    font-size: 24px;
    padding: 15px 0;
  }

  .hwh-box ul li a {
    padding: 30px 0;
  }
}

@media(max-width:600px) {
  .habout-box h4 {
    margin-top: 20px;
    line-height: 30px;
  }

  .habout-box h3 {
    font-size: 26px;
  }

  .habout-num span {
    font-size: 35px;
  }

  .hbus-lbox {
    padding: 15px;
  }

  .hbus-lul {
    margin-top: 20px;
  }
}

/*****内页******/
.in-navbox {
  display: flex;
  height: 100px;
}

.in-nav {
  border-bottom: 1px solid #dcdcdc;
}

.about-topm {
  display: flex;
}

.about-top {
  padding: 100px 0;
}

.in-navbox a {
  display: block;
  height: 100px;
  line-height: 100px;
}

.in-navm {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.in-mianbao {
  display: flex;
  align-items: center;
}

.in-mianbao a {
  margin: 0 5px;
}

.in-navbox li {
  margin-right: 100px;
  font-size: 18px;
}

.in-navbox li.on a {
  color: #b92e32;
  font-family: 'HEITI';
}

.in-navbox li a {
  position: relative;
}

.in-navbox li a::after {
  position: absolute;
  width: 70px;
  height: 3px;
  background: #b92e32;
  content: "";
  left: 0;
  bottom: 0;
  display: none;
}

.in-navbox li.on a::after {
  display: block;
}

.in-navbox .swiper-slide.on a {
  color: #b92e32;
  font-family: 'HEITI';
}

.in-navbox .swiper-slide.on a::after {
  display: block;
}

.in-navbox .swiper-slide a::after {
  position: absolute;
  width: 60%;
  height: 3px;
  background: #b92e32;
  content: "";
  left: 50%;
  bottom: 0;
  display: none;
  transform: translateX(-50%);
}

.in-navbox .swiper-slide a {
  display: block;
  position: relative;
  text-align: center;
}

.about-topl {
  width: 50%;
  padding-right: 50px;
}

.about-topr {
  width: 50%;
  padding-left: 50px;
}

.about-topl h3 {
  font-size: 36px;
  color: #292929;
}

.about-topltxt {
  margin-top: 40px;
  line-height: 35px;

}

.about-topltxt p {
  margin-bottom: 25px;
  text-indent: 2em;
}

.about-c .swiper-slide a {
  display: block;
}

.about-c .swiper-slide a h3 {
  font-size: 40px;
  font-family: 'DIN';
  top: 50px;
  left: 50px;
  position: absolute;
  color: #fff;
}

.about-c .swiper-slide a h4 {
  font-size: 24px;
  color: #fff;
  bottom: 50px;
  left: 50px;
  position: absolute;
}

.about-cswiper .swiper-button-prev {
  left: 50px;
  background: url("../img/about-prev.png") no-repeat top center;
}

.about-cswiper .swiper-button-next {
  right: 50px;
  background: url("../img/about-next.png") no-repeat top center;
}

.about-bot {
  padding: 100px 0;
}

.about-bottxt {
  line-height: 35px;
}

.about-bottxt p {
  text-indent: 2em;
}

.about-botnum .habout-boxm ul li a {
  color: #292929;
  border: 1px solid #555555;
}

.about-botnum .habout-boxm ul li:hover a {
  color: #fff;
  border: 1px solid #c13432;
}

@media(max-width:1600px) {
  .about-topl h3 {
    font-size: 24px;
  }

  .about-topltxt {
    margin-top: 20px;
  }

  .about-top {
    line-height: 32px;
  }

  .about-topl {
    padding-right: 30px;
  }

  .about-topr {
    padding-left: 30px;
  }
}

@media(max-width:1400px) {
  .about-topltxt p {
    margin-bottom: 8px;
  }

  .about-topltxt {
    line-height: 28px;
  }
}

@media(max-width:1200px) {
  .about-topm {
    display: block;
  }

  .about-topl {
    width: 100%;
    padding: 0;
  }

  .about-topr {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }

  .in-navbox li {
    margin-right: 30px;
    font-size: 16px;
  }
}

@media(max-width:991px) {
  .in-navm {
    display: block;
  }

  .in-navbox {
    height: 50px;
    line-height: 50px;
  }

  .in-navbox a {
    height: 50px;
    line-height: 50px;
  }

  .in-mianbao {
    margin: 15px 0;
  }

  .about-top {
    padding: 40px 0;
  }

  .about-c .swiper-slide a h4 {
    font-size: 18px;
    bottom: 5%;
    left: 5%;
  }

  .about-c .swiper-slide a h3 {
    top: 5%;
    left: 5%;
  }

  .about-cswiper .swiper-button-prev {
    left: 5%;
  }

  .about-cswiper .swiper-button-next {
    right: 5%;
  }

  .about-bot {
    padding: 40px 0;
  }

  .about-bottxt {
    line-height: 30px;
  }
}

@media(max-width:600px) {
  .in-navbox li {
    margin-right: 20px;
  }

}

.apt-top {
  padding: 100px 0 50px;
}

.in-tit {
  font-size: 36px;
  font-family: 'HEITI';
  text-align: center;
}

.apt-txt {
  margin-top: 40px;
}

.apt-txt p {
  text-indent: 2em;
  line-height: 35px;
  margin-bottom: 10px;
}

.apt-tmtit {
  height: 70px;
  background: #b92e32;
  display: flex;
  line-height: 70px;
  justify-content: space-between;
  padding: 0 30px;
}

.apt-tmtit h3 {
  line-height: 70px;
  color: #fff;
}

.apt-tm {
  margin-top: 50px;
}

.apt-tmtit h3 {
  font-size: 20px;
  font-family: 'HEITI';
}

.apt-tmitem {
  margin-bottom: 50px;
}

.apt-tm .apt-tmitem .apt-icon.on {
  transform: rotate(180deg);
}

.apt-tm .apt-tmitem .apt-icon {
  transition: all 0.3s;
}

.apt-tmitem ul {
  margin-top: 35px;
}

.apt-tmitem ul li a .apt-itemimg {
  border: 1px solid #cdc9c4;
}

.apt-tmitem ul li h3 {
  margin-top: 20px;
  text-align: center;
  padding: 0 40px;
  font-size: 18px;
  line-height: 30px;
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  height: 60px;
  margin-bottom: 10px;
}

.apt-tmitem ul li:hover h3 {
  color: #c13432;
}

.apt-tmitem ul li:hover .apt-itemimg {
  border: 1px solid #c13432;
}

@media(max-width:1200px) {
  .apt-tmitem ul li h3 {
    padding: 0 5px;
  }
}

@media(max-width:991px) {
  .apt-tmitem ul li {
    margin-bottom: 15px;
  }

  .apt-top {
    padding: 40px 0 15px;
  }

  .apt-txt {
    margin-top: 20px;
  }

  .in-tit {
    font-size: 28px;
  }

  .apt-tmitem ul li h3 {
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
    height: 52px;
  }

  .apt-tmitem:last-child {
    margin-bottom: 0;
  }
}

.org-img img {
  width: 100%;
}

.org {
  padding: 100px 0;
}

.org-txt {
  margin-top: 40px;
  font-size: 18px;
}

.org-txt p {
  line-height: 35px;
  text-indent: 2em;
}

.org-img {
  padding: 70px 0 100px;
}

.org-txtm h4 {
  font-size: 24px;
  font-family: 'HEITI';
  color: #b92e32;
  margin: 30px 0;
  line-height: 30px;
}

@media(max-width:991px) {
  .org {
    padding: 40px 0;
  }

  .org-txt {
    margin-top: 20px;
    font-size: 16px;
  }

  .org-txt p {
    line-height: 30px;
  }

  .org-img {
    padding: 30px 0;
  }

  .org-txtm h4 {
    font-size: 18px;
  }

  .org-txt p {
    line-height: 26px;
  }

  .org-txtm h4 {
    margin: 15px 0;
  }
}

.news {
  padding: 100px 0;
}

.in-more {
  width: 186px;
  height: 50px;
  background: #d12226;
  text-align: center;
  line-height: 50px;
  color: #fff;
  margin: 40px auto 0;
  cursor: pointer;
}

.newsbox ul li {
  margin-bottom: 60px;
}

@media(max-width:991px) {
  .hwork-txt h4 {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
  }

  .newsbox ul li {
    margin-bottom: 20px;
  }

  .news {
    padding: 40px 0;
  }

  .in-more {
    margin: 20px auto 0;
  }
}

.newsd {
  padding: 100px 0;
}

.newsd-tit h3 {
  color: #292929;
}

.newsd-m img {
  width: 100%;
}

.newsd-tit {
  border-bottom: 1px solid #e0ded9;
}

.newsd-time {
  padding: 35px 0 30px;
  text-align: center;
  font-size: 18px;
}

.newsd-time span {
  margin: 0 25px;
}

.newsd-m p {
  font-size: 18px;
  line-height: 35px;
  margin-bottom: 15px;

}

.newsd-m {
  padding: 40px 0;
}

.newsd-page {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
}

.newsd-page {
  border-top: 1px solid #e0ded9;
  padding-top: 40px;
}

@media(max-width:1200px) {
  .newsd-page {
    display: block;
  }

  .newsd-page a {
    display: block;
    margin-bottom: 15px;
  }

}

@media(max-width:991px) {
  .newsd-tit h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .newsd {
    padding: 40px 0;
  }

  .newsd-m p {
    font-size: 16px;
    line-height: 28px;
  }

  .newsd-time {
    padding: 15px 0;
  }

  .newsd-page {
    font-size: 16px;
  }

  .newsd-page {
    padding-top: 20px;
  }
}

@media(max-width:600px) {
  .newsd-time span {
    display: block;
    line-height: 30px;
    font-size: 16px;
  }

  .newsd-tit h3 {
    font-size: 20px;
  }

}

.bus {
  padding: 100px 0;
}

.bus-box ul li {
  display: flex;
  align-items: center;
}

.bus-l {
  width: 50%;
}

.bus-r {
  width: 50%;
}

.bus-l h3 {
  font-size: 30px;
  color: #292929;
  font-family: 'HEITI';
}

.bus-l p {
  margin-top: 35px;
}

.bus-lmore a {
  display: block;
  width: 140px;
  height: 40px;
  color: #b92e32;
  text-align: center;
  line-height: 40px;
  margin-top: 70px;
  border: 1px solid #b92e32;
}

.buspl {
  padding-left: 110px;
}

.buspr {
  padding-right: 110px;
}

.bus-box ul li:hover h3 {
  color: #b92e32;
}

.bus-box ul li:hover .bus-lmore a {
  background: #b92e32;
  color: #fff;
}

@media(max-width:1400px) {
  .buspl {
    padding-left: 50px;
  }

  .buspr {
    padding-right: 50px;
  }
}

@media(max-width:1200px) {
  .buspl {
    padding-left: 40px;
  }

  .buspr {
    padding-right: 40px;
  }

  .bus-l h3 {
    font-size: 24px;
  }

  .bus-l p {
    margin-top: 20px;
  }

  .bus-lmore a {
    margin-top: 30px;
  }
}

@media(max-width:991px) {
  .bus-box ul li {
    flex-wrap: wrap;
  }

  .bus-box ul li:nth-of-type(2n) {
    flex-direction: column-reverse;
  }

  .bus-l {
    width: 100%;
    margin-bottom: 30px;
  }

  .bus-r {
    width: 100%;
    margin-bottom: 30px;
  }

  .buspl {
    padding-left: 0px;
  }

  .buspr {
    padding-right: 0px;
  }
}

@media(max-width:991px) {
  .bus {
    padding: 40px 0;
  }
}

.case {
  padding: 100px 0;
}

.case-toptxt {
  margin-top: 40px;
  line-height: 35px;
}

.case-toptxt p {
  text-indent: 2em;
}

.case-m {
  margin-top: 50px;
}

.case-m ul li h4 {
  padding: 20px 0 30px;
  font-size: 24px;
  font-family: 'HEITI';
}

@media(max-width:1600px) {
  .case-m ul li h4 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .case-m ul li h4 {
    font-size: 20px;
  }
}

@media(max-width:991px) {
  .in-tit {
    font-size: 20px;
  }

  .case {
    padding: 40px 0;
  }

  .case-toptxt {
    margin-top: 15px;
    font-size: 16px;
    line-height: 30px;
  }

  .case-m {
    margin-top: 20px;
  }

  .case-m ul li h4 {
    font-size: 18px;
    padding: 15px 0;
  }
}

.qyln {
  padding: 100px 0 60px;
  overflow: hidden;
}

.qyln-top p {
  margin-top: 40px;
  text-indent: 2em;
  font-size: 18px;
  line-height: 35px;
}

.qyln-ul li {
  position: relative;
  margin-bottom: 50px;
}

.qyln-txt {
  position: absolute;
  color: #fff;
  font-size: 24px;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
}

.qyln-ul li h4 {
  line-height: 46px;
  font-size: 34px;
}

.qyln-ul li h3 {
  font-size: 44px;
}

.qyln-ul li:nth-of-type(2) .qyln-txt {
  left: auto;
  right: 50px;
  text-align: right;
}

.qyln-ul {
  margin-top: 50px;
}

@media(max-width:991px) {
  .qyln-top p {
    margin-top: 20px;
    text-indent: 2em;
    font-size: 16px;
    line-height: 28px;
  }

  .qyln-ul {
    margin-top: 20px;
  }

  .qyln-ul li h3 {
    font-size: 22px;
  }

  .qyln-txt {
    font-size: 22px;
  }

  .qyln {
    padding: 40px 0 0px;
  }

  .qyln-ul li {
    margin-bottom: 20px;
  }

}

@media(max-width:700px) {
  .qyln-txt {
    font-size: 16px;
    left: 0;
    padding: 0 15px;
  }

  .qyln-ul li h4 {
    line-height: 30px;
  }

  .qyln-ul li img {
    height: 250px;
    width: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  .qyln-ul li:nth-of-type(2) .qyln-txt {
    right: auto;
    text-align: left;
    left: 0;
  }
}

.job {
  padding: 100px 0;
}

.job-tit p {
  margin-top: 40px;
  line-height: 35px;
  font-size: 18px;
  text-indent: 2em;
}



.hr-tit {
  font-size: 40px;
  color: #292929;
  font-family: 'HEITI';
  text-align: center;
}

.hr {
  padding: 100px 0 0;
}

.rcln-box {
  margin-top: 50px;
}

.rcln-txt {
  margin-top: 40px;
}

.rcln-txt h3 {
  font-size: 24px;
  font-family: 'HEITI';
  text-align: center;
}

.rcln-txtm {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  color: #292929;
  line-height: 35px;
}



.hrrczp-th {
  background: #b92e32;
  color: #fff;
}

.hrrczp-th ul {
  display: flex;
  height: 80px;
  line-height: 80px;
  justify-content: space-between;
}

.hrrczp-th ul li {
  width: 20%;
  text-align: center;
}

.hrrczp-tdtit {
  display: flex;
  height: 80px;
  line-height: 80px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f5f5f5;
  cursor: pointer;
}

.hrrczp-tdtit span {
  display: block;
  width: 20%;
  text-align: center;
}

.hrrczp-box {
  margin-top: 40px;
}

.hrrczp-box {
  background: #fff;
}

.hr-jia {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 auto;
  border-radius: 3px;
  overflow: hidden;
  background: #b92e32 url("../img/job-jia.png") no-repeat center;
}

.hrrczp-td ul li.on .hr-jia {
  background: #b92e32 url("../img/job-jian.png") no-repeat center;
}

.hrrczp-sub {
  display: none;
  padding: 50px;
}

.hrrczp-sub dd {
  margin-right: 190px;
  line-height: 35px;
}

.hr-zpgw {
  font-family: 'HEITI';
}

.hrrczp-sub h3 {
  color: #b92e32;
  font-size: 18px;
  font-family: 'HEITI';
  margin-bottom: 15px;
  margin-top: 15px;
}

.hrrczp-sub p {
  line-height: 30px;
}

@media(max-width:1600px) {
  .rcln-txtm {
    font-size: 16px;
    line-height: 30px;
  }
}

@media(max-width:1400px) {
  .rcln-txtm {
    font-size: 14px;
    line-height: 30px;
  }
}

@media(max-width:1200px) {
  .rcln-box ul li {
    margin-bottom: 20px;
  }
}

@media(max-width:991px) {
  .hr-zpgw {
    padding: 40px 0;
    margin-top: 20px;
    font-size: 14px;
  }

  .hrrczp-tdtit span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .hr-tit {
    font-size: 24px;
  }

  .zpgw-box.container {
    padding: 0 5px;
  }

  .hrrczp-sub {
    padding: 15px;
  }

  .hr {
    padding: 40px 0;
  }

  .rcln-box {
    margin-top: 20px;
  }
}

@media(max-width:991px) {
  .job {
    padding: 40px 0 0;
  }

  .hrrczp-box {
    margin-top: 0;
  }

  .job-tit p {
    font-size: 16px;
    line-height: 30px;
  }

  .hr-zpgw {
    padding: 0;
  }

  .job-tit p {
    margin-top: 20px;
  }
}

.con {
  padding: 100px 0;
}

.con-tit p {
  margin-top: 40px;
  line-height: 35px;
  text-indent: 2em;
}

.con-list ul {
  display: flex;
  flex-wrap: wrap;
}

.con-list ul li {
  width: 33.33%;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.con-licon {
  width: 70px;
  height: 70px;
  background: #b92e32;
  display: flex;
  justify-content: center;
  align-items: center;
}

.con-list {
  margin-top: 50px;
}

.con-ltxt h3 {
  font-size: 18px;
  color: #292929;
  font-family: 'HEITI';
  margin-bottom: 15px;
}

.con-ltxt {
  padding-left: 18px;
}

@media(max-width:991px) {
  .con-list ul li {
    width: 50%;
  }

  .con-ltxt {
    width: calc(100% - 90px);
  }

  .con-ltxt h4 {
    line-height: 24px;
  }

  .con-ltxt h3 {
    margin-bottom: 5px;
  }

  .con {
    padding: 40px 0;
  }

  .con-tit p {
    margin-top: 20px;
    line-height: 30px;
  }

  .con-list ul li {
    margin-bottom: 15px;
  }

  .con-list {
    margin-top: 20px;
  }
}

@media(max-width:500px) {
  .con-list ul li {
    width: 100%;
  }
}

/*手机电脑切换*/
.dc-mo {
  display: none;
}

@media (max-width: 991px) {
  .dc-mo {
    display: block;
  }

  .dc-pc {
    display: none;
  }
}

#p-banner .swiper-slide img {
  width: 100%;

}

@media(max-width:1800px) {
  .hcon-row {
    padding: 240px 0 180px;
  }
}



.busnav-swiper{
  width: 100%;
}